From: Paul Eggert Date: Wed, 27 Sep 2017 00:15:56 +0000 (-0700) Subject: * src/editfns.c (styled_format): Fix typo in previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~6669^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a3f647c5c8;p=emacs.git * src/editfns.c (styled_format): Fix typo in previous change. --- diff --git a/src/editfns.c b/src/editfns.c index ef0374199cc..e326604467c 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -4384,7 +4384,6 @@ styled_format (ptrdiff_t nargs, Lisp_Object *args, bool message, multibyte = true; goto retry; } - new_result = false; } conversion = 's'; }